03. Case Study: Consume REST

JAVA C2 L6 03 Demo - Consume REST

REST Case Study

The code can be cloned from GitLab. The publicly accessible Joke API is https://official-joke-api.appspot.com/random_joke.


{
"id":94,
"type":"general",
"setup":"Did you hear about the new restaurant on the moon?",
"punchline":"The food is great, but there’s just no atmosphere."
}

{
"id":283,
"type":"general",
"setup":"What's the best thing about elevator jokes?",
"punchline":"They work on so many levels."
}